docs: fix function name link
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 22:04:43 +0000 (17:04 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:39 +0000 (18:57 -0500)
gtk/gtkaccelgroup.c

index 96316b38883c8fe7bbef515a21e3cf2a94e875b6..f360e683f82ca135c2041c00fbd26653feffe4d7 100644 (file)
@@ -1465,7 +1465,7 @@ gtk_accelerator_parse (const gchar     *accelerator,
  * @accelerator_mods: accelerator modifier mask
  *
  * Converts an accelerator keyval and modifier mask
- * into a string parseable by gtk_accelerator_parse_full(),
+ * into a string parseable by gtk_accelerator_parse_with_keycode(),
  * similarly to gtk_accelerator_name() but handling keycodes.
  * This is only useful for system-level components, applications
  * should use gtk_accelerator_parse() instead.